From: Richard M. Stallman Date: Wed, 15 Jun 1994 18:19:56 +0000 (+0000) Subject: (C_DEBUG_SWITCH): Define as empty. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91148 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b08c9c8bc78ff17589724305874b6ecb5c578d06;p=emacs.git (C_DEBUG_SWITCH): Define as empty. --- diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h index 9fda4ca5e6b..c311313149a 100644 --- a/src/s/hpux9shr.h +++ b/src/s/hpux9shr.h @@ -3,3 +3,9 @@ #define RUN_TIME_REMAP #include "hpux9.h" + +/* We must turn off -g since it forces -static. */ +#ifdef __GNUC__ +#undef C_DEBUG_SWITCH +#define C_DEBUG_SWITCH +#endif